From 5934fda15335a374f160d1e0c09090c3b3820ba7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 29 Aug 2005 19:15:24 +0000 Subject: [PATCH] Add a pointer to the spec. 2005-08-29 Matthias Clasen * gtk/gtktrayicon.c: Add a pointer to the spec. --- ChangeLog | 2 ++ ChangeLog.pre-2-10 | 2 ++ gtk/gtktrayicon-x11.c | 5 +++++ 3 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8654cc2771..2414243ba8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-08-29 Matthias Clasen + * gtk/gtktrayicon.c: Add a pointer to the spec. + * gtk/gtkstatusicon-x11.c: Add docs. * gtk/gtkstatusicon.h: Fix a typo. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 8654cc2771..2414243ba8 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2005-08-29 Matthias Clasen + * gtk/gtktrayicon.c: Add a pointer to the spec. + * gtk/gtkstatusicon-x11.c: Add docs. * gtk/gtkstatusicon.h: Fix a typo. diff --git a/gtk/gtktrayicon-x11.c b/gtk/gtktrayicon-x11.c index 8f42c9d39f..f6a39e6a93 100755 --- a/gtk/gtktrayicon-x11.c +++ b/gtk/gtktrayicon-x11.c @@ -17,6 +17,11 @@ * Boston, MA 02111-1307, USA. */ +/* + * This is an implementation of the freedesktop.org "system tray" spec, + * http://www.freedesktop.org/wiki/Standards/systemtray-spec + */ + #include #include #include -- 2.30.2